home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 6 / cf21.zip / CFORMAT.DOC next >
Text File  |  1988-04-15  |  6KB  |  117 lines

  1.  
  2. CFormat v2.1                                                         04/13/88
  3.                               by Chris Patterson
  4.  
  5.      CFormat is a diskette formatting program that much improved over the 
  6. standard DOS format command.  CFormat contains many additional features such 
  7. as continuous formatting, formatting without verification, and quick re-
  8. formatting of previously formatted diskettes.  The program only works with 
  9. 360K floppies.  A version for 1.2M diskettes may come out, but no plans are 
  10. currently set due to the fact that I do not own an AT class machine.
  11.  
  12.      CFormat is invoked in two ways.  You can simply call CFormat from the 
  13. DOS prompt without any command line parameters or you can specify parameters 
  14. upon startup.  The following parameters are valid.
  15.  
  16.      A - includes drive A in the formatting process.
  17.  
  18.      B - includes drive B in the formatting process.
  19.  
  20.      C - selects continuous formatting until a key is pressed.
  21.  
  22.      M - selects black and white so that colours are not displayed.
  23.  
  24.      Q - selects QuickReFormat mode which skips the actual laying out of the 
  25.          tracks onto a previously formatted diskette.
  26.  
  27.      S - selects automatic processing of the command line parameters.  If 
  28.          specified, the program will not wait for user input and will 
  29.          automatically carry out the selected options.
  30.  
  31.      V - selects Verification on formatted disks.  This is optional on both 
  32.          the normal format and the QuickReFormat modes.  It is suggested that 
  33.          Verification be used when using the QuickReFormat mode.  
  34.  
  35. Those are all of the current options that are available with version 2.1 and 
  36. previous versions should be ignored.
  37.  
  38.      Rather than waste time explaining what every command does to the letter, 
  39. I will merely give several examples of parameters and explain what will 
  40. happen when that command is sent.
  41.  
  42. C>cformat av       will tell cformat to select drive A with verification and 
  43.                    the user is required to select "Start Format" from the 
  44.                    operations menu.  
  45.  
  46. C>cformat avs      does the same as above but the program will start 
  47.                    formatting automatically without any user intervention.  
  48.                    Great for batch files that are used to format diskettes 
  49.                    within software packages.  
  50.  
  51. C>cformat abv      tells CFormat to select drives A and B with verification 
  52.                    and the user is required to select "Start Format" from the 
  53.                    operations menu.  Upon starting the format procedure, the 
  54.                    program will format drive A and then format drive B and 
  55.                    then return to the operations menu.  
  56.  
  57. C>cformat abvs     same as above but without any user intervention.
  58.  
  59. C>cformat cv       tells CFormat to continuously format drives A and B until 
  60.                    a key is pressed.  The user starts by selecting "Start 
  61.                    Format" (or uses the "S" parameter from the command line) 
  62.                    and the program will format drive A and then drive B and 
  63.                    then drive A again and so forth until a key is pressed by 
  64.                    the user.  
  65.  
  66. C>cformat aqvs     tells CFormat to QuickReFormat drive A with verification 
  67.                    and start automatically without waiting for a keypress.  
  68.                    The disk in drive A must have been formatted once already 
  69.                    as a 360K floppy or there will be some serious problems.  
  70.  
  71. C>cformat aqs      tells CFormat to QuickReFormat drive A and start 
  72.                    automatically without a user selection.  This takes about 
  73.                    5 seconds to do and is quite fast.  It only works with 
  74.                    previously formatted 360K floppies and does not verify the 
  75.                    diskette so be careful!  
  76.  
  77. You are starting to get an idea of how CFormat works.  You are also probably 
  78. wondering about the command line parameter format.  Most programs require 
  79. that you enter a "/V" or an "A:" parameter.  Well, let me put it this way.  
  80. Take note of the following three examples that do exactly the same thing.  
  81. The carrots indicate the characters that CFormat will pay attention to.
  82.  
  83. C>cformat a: b: /v -s
  84.           ^  ^   ^  ^
  85. C>cformat abvs
  86.           ^^^^
  87. C>cformat alice brown victor tinsel
  88.           ^     ^     ^         ^
  89. No matter where the letters are, CFormat will only find the ones that it is 
  90. looking for.  So command line format is not very important.  For you 
  91. programmers, all I do is take the command line and go through it looking for 
  92. those characters and ignoring those that do not matter.  Great way to do 
  93. things.
  94.  
  95.      I am requesting a donation of $10 be mailed to the below listed address.  
  96. If you have previously registered your copy, and many of you out there have, 
  97. you are not required to register twice.  (Unless you really like the new 
  98. version)
  99.  
  100.      Future Plans:  CFormat is at the best level for me right now.  I only 
  101. use an XT class compatible with two floppies and a 60 meg drive.  I have 
  102. found CFormat to reliably format 360K floppies on 1.2M drives that can be 
  103. read on standard 360K drives.  I am planning on upgrading to an AT in the 
  104. future and when I do, you can be guaranteed a 1.2M version of CFormat.  I 
  105. will keep the original 360K version as it is for XT users who do not need 
  106. 1.2M formatting, but the AT version will include both 360K and 1.2M sizes.  
  107. Then later in life when I obtain a 720k 3.5 drive or a 1.44M 3.5 drive, I 
  108. will concentrate some effort on making CFormat work for those drives too!
  109.  
  110.                         Please send all donations to:
  111.  
  112.                                Chris Patterson
  113.                                  P.O. Box 34
  114.                               Boystown, NE 68010
  115.  
  116.                               BBS: 402/333-4297
  117.